home *** CD-ROM | disk | FTP | other *** search
- on(release){
- scoretable.filename = "scores/bugs.sco";
- scoretable.scoresize = 10;
- scoretable.action = "INSERT";
- scoretable.viewtype = "FLASH";
- scoretable.winname = _root.my_name;
- scoretable.winscore = border.time;
- scoretable.loadVariables("scores.php","POST");
- _root.gotoAndStop(5);
- }
-